Welcome![Sign In][Sign Up]
Location:
Search - ping socket

Search list

[Internet-Networkping_winsock&icmp

Description: 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for understanding PING helpful Principle
Platform: | Size: 5131 | Author: 崔毕 | Hits:

[CommunicationWSPI_SRC.ZIP

Description: 用VC写的一个非常好的关于SOCKET编程的例子,模拟PING命令,也可以用于检测网络的状况。-VC written on a very good examples of socket programming, simulation PING orders can also be used to detect network conditions.
Platform: | Size: 35065 | Author: ql | Hits:

[WinSock-NDISping_srcedittion

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。 要实现的功能参数: 1.n 参数 设定发送回显请求的数量 2.l 参数 设定选项数据的填充字节数 3.t 参数 持续的发送回显请求,直到用户按下Control-C停止 4 w 参数 设定接收超时的时间,以毫秒为单位 参数的具体说明可以参考windows自带的ping程序-the program in Windows 2000 SP4 Pro compiler under through debugging (Visual C 6.0 IDE environment). Winsock2 need support. 1. The procedure adopted protocols of the original socket programming, the basic implementation of Ping function, Use : ping host, the default four consecutive send the request back significantly. 2. The procedure for the first ICMP using the definition of non-standard forms. Upcoming options to preserve the timestamp data for the first four bytes are defined as ICMP first part, the first such ICMP was defined as 12 bytes. This is done primarily to the realization of programming and understanding for it. 3. Under customary ICMP first marker Address field filled with the process ID. 4. The program achieved in the first record of IP routing RR functions, the most record
Platform: | Size: 14481 | Author: 赵锐 | Hits:

[TCP/IP stackTping

Description: windows ping程序的实现,采用原始socket编程,用于测试网络连通性。-windows ping procedures to achieve, using original socket programming, used to test network connectivity.
Platform: | Size: 55491 | Author: 赵劲松 | Hits:

[WinSock-NDISfengccpp

Description: RS-232-C端口实时监控软件的设计实现、Socket接口实现网络异步通信、用C语言实现Ping程序功能-RS-232-C port real-time monitoring software designed to achieve, Socket Interface network asynchronous communication using C language function Ping procedures
Platform: | Size: 48181 | Author: fengsl | Hits:

[Other resourceucos-tcpip

Description: 基于ucos的TCPIP包。 全部源代码和说明文件 TCP PING ARP CRC ETHERNET HARDWARE INCLUDE IP socket UDP-OUT Beginners package. All source code and documentation PING ARP TCP CRC ETHERNET HARDWARE I NCLUDE UDP IP socket
Platform: | Size: 34171 | Author: 易宏宇 | Hits:

[WinSock-NDISSocks_src

Description: socket编程 The SOCKS-firewall is a program which is capable of secured proxying being compatible with various authentcation levels. However, as described in RFC 1928, there is currently only basic. In this conspect we will try to compose the SOCKS model for proper implementation of firewall architecture design for both current standard and further developing-SOCKS-firewall is a program w hich is capable of being secured proxying compa tible with various authentcation levels. Howe ver, as described in RFC 1928. there is currently only basic. In this conspect we will try to compose the proper model for SOCKS implementation of firewall architecture desi gn for both current standard and further develo ping
Platform: | Size: 12919 | Author: 中一民 | Hits:

[Internet-NetworkLinux-ping

Description: Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #include "sys/types.h" #include "sys/socket.h" #include "sys/time.h" #include "netinet/in.h" #include "arpa/inet.h"
Platform: | Size: 2048 | Author: wxk1383 | Hits:

[Internet-NetworkPingCommand

Description: ping网段和ping单台主机。ping网段的输入格式如 192.168.0.*-ping socket programming
Platform: | Size: 35840 | Author: linjia | Hits:

[Internet-Networkping

Description: 用raw socket实现的ping工程,适合初级学者-raw socket ping
Platform: | Size: 3072 | Author: gxm | Hits:

[Firewall-Securityping

Description: 自己写的一个ping程序,采用原始套接字,可以自己指定目标主机的主机名或者ip发送指定长度填充内容的ICMP请求报文-My ping program ,using RAW socket which can send an ICMP echo packet to the host you pointed and you can define the context
Platform: | Size: 2292736 | Author: 陈涛 | Hits:

[Internet-Networkping

Description: linux系统下ping的源代码,有助于学习raw socket-ping linux system source code, help learning the raw socket
Platform: | Size: 9216 | Author: liuyong | Hits:

[Internet-Networkping

Description: ping命令的简单功能实现,基于Linux的gcc实现。用到的知识有广播,多播,套接字-ping command to achieve a simple function, gcc Linux-based implementation. The knowledge is broadcast, multicast socket
Platform: | Size: 7168 | Author: | Hits:

[Internet-NetworkAdvanced-Socket-Programs-SCTP-Setsock-thread-safe

Description: This document contains all easy-to-get and simple tcp/ip socket programs. like thread safe version of gethostbyaddr, sctp programs, ping c code, setsockopt&getsockopt programs
Platform: | Size: 1054720 | Author: imranity | Hits:

[Internet-Networksocket-111

Description: 计算机网络实验课socket编程,实现用户互相ping以及P2P网络的实现-Computer Network Lab socket programming, users ping each other and realize P2P networks
Platform: | Size: 1092608 | Author: 高风 | Hits:

[Internet-NetworkSocket

Description: 基于TCP协议的Socket编程,分为服务端和客户端,包括用户名注册,登陆,上传文件,判断文件格式是否为.txt,搜索文件,注销等功能,并且还有一部分利用UDP协议实现ping功能-Socket programming based on TCP protocol, divided into server and client, including user name registration, login, upload files to determine whether the file format. Txt, search for files, cancellation and other functions, and there are still some ping function using UDP protocol
Platform: | Size: 2821120 | Author: 程功 | Hits:

[Internet-Networkping

Description: linux操作系统下ping的实现,主要是套接字的编程-Ping under Linux operating system implementation, mainly is the socket programming
Platform: | Size: 2048 | Author: 张牛 | Hits:

[Internet-NetworkPing

Description: 本实验主要目的是让学生熟悉 Linux 环境下基本的 raw socket 编程,对以太网帧进 行初步分析,可通过程序完成对不同层次 PDU 的字段分析,修改和重新发送。-The main purpose of this experiment is to familiarize students with basic raw socket programming under Linux environment, Ethernet frames preliminary analysis, the program can be completed by different levels PDU field analysis, modification and re-sent.
Platform: | Size: 754688 | Author: cyanbao | Hits:

[Otherpython-socket-udp-server-client

Description: a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in different machines, and enable that the two machines can ping each other,to do this , you r supposed to shut down your firewalls first. 2 I run the two py file code in two machines,first, you should get to know the ip address of server machine, and replace the HOST constant with your own server ip, then type message firstly on client machine, then you will find that the typed message in client machine shows in the server window, and then the client waits for the response from server side ,then u type message in server window, u will find that message show in client side ,then the server side goes into waiting for the response from client side. 3 so u implement the server / client model in UDP protocol
Platform: | Size: 1024 | Author: BaDTimE | Hits:

[OtherA104228700-34093

Description: 利用windows socket 2发送ICMP包,实现ping功能。(Using Windows sockets 2 send ICMP packet, ping function.)
Platform: | Size: 13312 | Author: 小阿七 | Hits:
« 1 2 3 45 6 7 »

CodeBus www.codebus.net